*****************************************************************
*       LHext makefile                  Dec.24,1991 - Feb.15,1992
*       Copyright 1991 by USHIRODA,ATSUSHI
*       Copyright 1990 by H.Yoshizaki (extract routines)
*       V1.0    Dec.24,1991     new
*       V2.0    Dec.30,1991     add LHA extract
*       V2.1    Jan.15,1992     use resource
*****************************************************************
LHext : LHext.r LHext.o
        copy -c LHext.o LHext
        copy -r LHext.r LHext
        filetype LHext S16 $db02

LHext.r : LHext.rez LHres.h
        compile LHext.rez keep=LHext.r
        filetype LHext.r $5e $0001

LHext.o:  LHext.root extract.a shuf.a dhuf.a huf.a larc.a crcio.a
        link LHext extract shuf dhuf huf larc crcio keep=LHext.o

LHext.root: LHext.cc LHext.h LHres.h
        compile LHext.cc

extract.a: extract.cc LHext.h
        compile extract.cc
        delete extract.root

shuf.a: shuf.cc slidehuf.h
        compile shuf.cc
        delete shuf.root

dhuf.a: dhuf.cc slidehuf.h
        compile dhuf.cc
        delete dhuf.root

huf.a: huf.cc slidehuf.h
        compile huf.cc
        delete huf.root

larc.a: larc.cc slidehuf.h
        compile larc.cc
        delete larc.root

crcio.a: crcio.cc slidehuf.h
        compile crcio.cc
        delete crcio.root

* makefile *
